Skip to content

chore: release packages#277

Merged
btravers merged 1 commit into
mainfrom
changeset-release/main
Jun 30, 2026
Merged

chore: release packages#277
btravers merged 1 commit into
mainfrom
changeset-release/main

Conversation

@btravers

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@temporal-contract/client@6.0.0

Major Changes

  • 6c79004: Upgrade to unthrown 3.0.0.

    The published packages' unthrown peer-dependency range moves to ^3. unthrown 3.0.0's breaking change — removing the standalone Defect constructor in favour of a defect argument passed into fromPromise / fromThrowable's qualify callback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok / Err, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and the result.isOk() / isErr() / isDefect() narrowing) is unchanged, so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^3.

Patch Changes

  • Updated dependencies [6c79004]
    • @temporal-contract/contract@6.0.0

@temporal-contract/contract@6.0.0

Major Changes

  • 6c79004: Upgrade to unthrown 3.0.0.

    The published packages' unthrown peer-dependency range moves to ^3. unthrown 3.0.0's breaking change — removing the standalone Defect constructor in favour of a defect argument passed into fromPromise / fromThrowable's qualify callback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok / Err, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and the result.isOk() / isErr() / isDefect() narrowing) is unchanged, so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^3.

@temporal-contract/testing@6.0.0

Major Changes

  • 6c79004: Upgrade to unthrown 3.0.0.

    The published packages' unthrown peer-dependency range moves to ^3. unthrown 3.0.0's breaking change — removing the standalone Defect constructor in favour of a defect argument passed into fromPromise / fromThrowable's qualify callback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok / Err, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and the result.isOk() / isErr() / isDefect() narrowing) is unchanged, so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^3.

@temporal-contract/worker@6.0.0

Major Changes

  • 6c79004: Upgrade to unthrown 3.0.0.

    The published packages' unthrown peer-dependency range moves to ^3. unthrown 3.0.0's breaking change — removing the standalone Defect constructor in favour of a defect argument passed into fromPromise / fromThrowable's qualify callback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok / Err, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and the result.isOk() / isErr() / isDefect() narrowing) is unchanged, so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^3.

Patch Changes

  • Updated dependencies [6c79004]
    • @temporal-contract/contract@6.0.0

Copilot AI review requested due to automatic review settings June 30, 2026 17:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release PR generated by Changesets to publish @temporal-contract/* packages at 6.0.0, primarily reflecting the repo-wide upgrade of the unthrown peer dependency to ^3.

Changes:

  • Bump package versions to 6.0.0 for client, contract, worker, and testing.
  • Generate/update per-package CHANGELOG.md entries for the 6.0.0 release.
  • Remove the consumed changeset file .changeset/unthrown-v3.md.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/worker/package.json Version bump to 6.0.0 for release publication.
packages/worker/CHANGELOG.md Adds 6.0.0 release notes (unthrown v3 upgrade + dependency bump).
packages/testing/package.json Version bump to 6.0.0 for release publication.
packages/testing/CHANGELOG.md Adds 6.0.0 release notes (currently claims unthrown peer dep change).
packages/contract/package.json Version bump to 6.0.0 for release publication.
packages/contract/CHANGELOG.md Adds 6.0.0 release notes (unthrown v3 upgrade).
packages/client/package.json Version bump to 6.0.0 for release publication.
packages/client/CHANGELOG.md Adds 6.0.0 release notes (unthrown v3 upgrade + dependency bump).
.changeset/unthrown-v3.md Removed after being incorporated into changelogs/version bumps.

Comment thread packages/testing/CHANGELOG.md
@btravers btravers merged commit 78d848b into main Jun 30, 2026
10 checks passed
@btravers btravers deleted the changeset-release/main branch June 30, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants